home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TBROWSEDLG / TBROWSEDLG.txt
Text File  |  2005-06-02  |  7KB  |  283 lines

  1. object BrowseDlg: TBrowseDlg
  2.   Left = 370
  3.   Top = 256
  4.   Width = 420
  5.   Height = 453
  6.   BorderIcons = [biSystemMenu]
  7.   BorderWidth = 4
  8.   Caption = 'Rechercher le dossier de base'
  9.   Color = clBtnFace
  10.   Constraints.MinHeight = 453
  11.   Constraints.MinWidth = 420
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'Tahoma'
  16.   Font.Style = []
  17.   FormStyle = fsStayOnTop
  18.   OldCreateOrder = False
  19.   Position = poOwnerFormCenter
  20.   OnClose = FormClose
  21.   OnCloseQuery = FormCloseQuery
  22.   OnCreate = FormCreate
  23.   OnDestroy = FormDestroy
  24.   OnResize = FormResize
  25.   OnShow = FormShow
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object Bevel3: TBevel
  29.     Left = 0
  30.     Top = 0
  31.     Width = 404
  32.     Height = 4
  33.     Align = alTop
  34.     Shape = bsSpacer
  35.   end
  36.   object PathLabel: TLabel
  37.     Left = 0
  38.     Top = 4
  39.     Width = 404
  40.     Height = 13
  41.     Align = alTop
  42.     Caption = '%'
  43.     ShowAccelChar = False
  44.   end
  45.   object Bevel1: TBevel
  46.     Left = 0
  47.     Top = 17
  48.     Width = 404
  49.     Height = 8
  50.     Align = alTop
  51.     Shape = bsSpacer
  52.   end
  53.   object Panel1: TPanel
  54.     Left = 0
  55.     Top = 391
  56.     Width = 404
  57.     Height = 27
  58.     Align = alBottom
  59.     BevelOuter = bvNone
  60.     TabOrder = 0
  61.     object OKBtn: TButton
  62.       Left = 12
  63.       Top = 4
  64.       Width = 73
  65.       Height = 23
  66.       Caption = 'OK'
  67.       Default = True
  68.       ModalResult = 1
  69.       TabOrder = 0
  70.       OnClick = OKBtnClick
  71.     end
  72.     object CancelBtn: TButton
  73.       Left = 92
  74.       Top = 4
  75.       Width = 73
  76.       Height = 23
  77.       Cancel = True
  78.       Caption = 'Annuler'
  79.       ModalResult = 2
  80.       TabOrder = 1
  81.       OnClick = CancelBtnClick
  82.     end
  83.   end
  84.   object PageControl: TPageControl
  85.     Left = 0
  86.     Top = 25
  87.     Width = 404
  88.     Height = 366
  89.     ActivePage = tsFileSystem
  90.     Align = alClient
  91.     TabOrder = 1
  92.     OnChange = PageControlChange
  93.     object tsFileSystem: TTabSheet
  94.       BorderWidth = 8
  95.       Caption = 'Syst'#232'me de fichiers'
  96.       object Splitter1: TSplitter
  97.         Left = 0
  98.         Top = 249
  99.         Width = 380
  100.         Height = 3
  101.         Cursor = crVSplit
  102.         Align = alBottom
  103.       end
  104.       object ShellTree: TPTShellTree
  105.         Left = 0
  106.         Top = 0
  107.         Width = 380
  108.         Height = 249
  109.         ShellList = ShellList
  110.         Options = [ptstoDefaultKeyHandling, ptstoContextMenus, ptstoShowHidden]
  111.         HideSelection = False
  112.         Indent = 19
  113.         OnChange = ShellTreeChange
  114.         Align = alClient
  115.         TabOrder = 0
  116.       end
  117.       object ShellList: TPTShellList
  118.         Left = 0
  119.         Top = 252
  120.         Width = 380
  121.         Height = 70
  122.         Options = [ptsloDefaultKeyHandling, ptsloContextMenus, ptsloDontChangeFolder, ptsloDontGoBelowBase, ptsloShowHidden]
  123.         OnAddItem = ShellListAddItem
  124.         OnDblClickOpen = ShellListDblClickOpen
  125.         OnFillComplete = ShellListFillComplete
  126.         Align = alBottom
  127.         OnClick = ShellListClick
  128.         IconOptions.AutoArrange = True
  129.         TabOrder = 1
  130.         ViewStyle = vsList
  131.       end
  132.     end
  133.     object tsFTPSite: TTabSheet
  134.       BorderWidth = 8
  135.       Caption = 'Site FTP'
  136.       ImageIndex = 1
  137.       object Bevel2: TBevel
  138.         Left = 0
  139.         Top = 201
  140.         Width = 380
  141.         Height = 8
  142.         Align = alTop
  143.         Shape = bsSpacer
  144.       end
  145.       object Panel2: TPanel
  146.         Left = 0
  147.         Top = 0
  148.         Width = 380
  149.         Height = 201
  150.         Align = alTop
  151.         BevelOuter = bvNone
  152.         TabOrder = 1
  153.         object Label1: TLabel
  154.           Left = 20
  155.           Top = 4
  156.           Width = 38
  157.           Height = 13
  158.           Alignment = taRightJustify
  159.           Caption = 'R'#233'cent:'
  160.         end
  161.         object GroupBox1: TGroupBox
  162.           Left = 0
  163.           Top = 24
  164.           Width = 380
  165.           Height = 177
  166.           TabOrder = 0
  167.           object Label5: TLabel
  168.             Left = 16
  169.             Top = 16
  170.             Width = 56
  171.             Height = 13
  172.             Caption = 'Nom de l'#39'h'#244'te :'
  173.           end
  174.           object PortLabel: TLabel
  175.             Left = 272
  176.             Top = 16
  177.             Width = 24
  178.             Height = 13
  179.             Caption = 'Port :'
  180.           end
  181.           object Label2: TLabel
  182.             Left = 16
  183.             Top = 56
  184.             Width = 117
  185.             Height = 13
  186.             Caption = 'R'#233'pertoire distant initial :'
  187.           end
  188.           object Label7: TLabel
  189.             Left = 71
  190.             Top = 124
  191.             Width = 52
  192.             Height = 13
  193.             Alignment = taRightJustify
  194.             Caption = 'Nom d'#39'utilisateur :'
  195.           end
  196.           object PasswordLabel: TLabel
  197.             Left = 73
  198.             Top = 148
  199.             Width = 50
  200.             Height = 13
  201.             Alignment = taRightJustify
  202.             Caption = 'Mot de passe :'
  203.           end
  204.           object HostEdit: TEdit
  205.             Left = 16
  206.             Top = 32
  207.             Width = 249
  208.             Height = 21
  209.             TabOrder = 0
  210.             OnChange = FTPEditChange
  211.           end
  212.           object PortEdit: TEdit
  213.             Left = 272
  214.             Top = 32
  215.             Width = 36
  216.             Height = 21
  217.             TabOrder = 1
  218.             Text = '21'
  219.             OnChange = FTPEditChange
  220.           end
  221.           object PathEdit: TEdit
  222.             Left = 16
  223.             Top = 72
  224.             Width = 249
  225.             Height = 21
  226.             TabOrder = 2
  227.             OnChange = FTPEditChange
  228.           end
  229.           object AnonymousEdit: TBCCheckBox
  230.             Left = 128
  231.             Top = 100
  232.             Width = 104
  233.             Height = 17
  234.             Caption = 'Connexion anonyme'
  235.             Checked = True
  236.             State = cbChecked
  237.             TabOrder = 3
  238.             OnClick = AnonymousEditClick
  239.           end
  240.           object UsernameEdit: TEdit
  241.             Left = 128
  242.             Top = 120
  243.             Width = 140
  244.             Height = 21
  245.             Enabled = False
  246.             TabOrder = 4
  247.             OnChange = FTPEditChange
  248.           end
  249.           object PasswordEdit: TEdit
  250.             Left = 128
  251.             Top = 144
  252.             Width = 140
  253.             Height = 21
  254.             PasswordChar = '*'
  255.             TabOrder = 5
  256.             OnChange = FTPEditChange
  257.           end
  258.         end
  259.         object RecentFTPSites: TComboBox
  260.           Left = 64
  261.           Top = 0
  262.           Width = 316
  263.           Height = 21
  264.           AutoComplete = False
  265.           Style = csDropDownList
  266.           ItemHeight = 0
  267.           TabOrder = 1
  268.           OnChange = RecentFTPSitesChange
  269.         end
  270.       end
  271.       object FTPLog: TListBox
  272.         Left = 0
  273.         Top = 209
  274.         Width = 380
  275.         Height = 113
  276.         Align = alClient
  277.         ItemHeight = 13
  278.         TabOrder = 0
  279.       end
  280.     end
  281.   end
  282. end
  283.